home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / mac / Win / MISC / DVUG1 / DVUG1.TXT
Text File  |  1994-03-13  |  14KB  |  235 lines

  1. DIABLO BLUE is published monthly by the Diablo Valley PC User's Group,
  2. Walnut Creek, California, an organization open to anyone interested in
  3. IBM PC's and their clones.
  4.  
  5. Entire  contents  are  copyrighted  by   the  DVPC  except  as  noted.
  6. Permission for  reproduction in whole or  in part is granted  to other
  7. computer user groups for non-profit use, as long as credit is given to
  8. the author(s).  All other reproduction without  the permission of DVPC
  9. is prohibited.
  10.  
  11. Diablo Valley PC Users Group
  12. P.O. Box 8040 # 117
  13. Walnut Creek, CA 94596
  14. Edited by Walt Parsons & Jane Lester
  15. BBS phone (415) 943-6238
  16.  
  17.  
  18. The following article  appeared in the September 1990  issue of Diablo
  19. Blue.
  20.  
  21.  
  22.  
  23.                          MORE ON WINDOWS 3.0
  24.  
  25.                          by Richard C. Kent
  26.                            Windows Editor
  27.  
  28. Microsoft  Windows  3.0  offers  more  than  multitasking  and  memory
  29. management.  It  is  truly  an  integrated  system  manager,  if  used
  30. properly.  My perspective  and opinions  are based  on a  fairly broad
  31. range of programs that run  under Windows, primarily for business, but
  32. also  for professional  and personal  reasons. I  have been an invited
  33. speaker on Windows and am a beta tester for several Window's compliant
  34. products. This discussion applies to a single computer system, and not
  35. to  servers  or  other  aspects  of  networking.  Mr. Walt Parsons has
  36. suggested, and I agreed, that this is the first of several articles on
  37. Windows and related subjects.
  38.  
  39. Graphics based system managers like Windows 3.0 are not new. They have
  40. been around  since the early  1980's on "personal/desktop"  computers.
  41. What is  new are the  plethora of central  processing units that  have
  42. been  invented to  guide and  control  more  and more  of the  flow of
  43. 'information'.  Along  with  the  power  in  CPU's  came the unwitting
  44. sloppiness in  writing programs. Hence,  a cycle is  in place and  the
  45. consumer is caught in the middle.  The cycle is: the more power placed
  46. in a CPU, the less the programmer  must rely upon his artful design of
  47. programs ("let  the CPU+memory handle  it"). Therefore, we  are seeing
  48. programs that not  only take up disk space, but  take up Random Access
  49. Memory as well. We are almost  at the point of the optical-laser drive
  50. being commonplace.  As they grow in  memory capacity, you can  bet the
  51. average programmer  will attempt to take  it away from you.  Hence the
  52. cycle. It is not all bad. The wealth of information at your fingertips
  53. is huge, and you should have  total control of the situation (purchase
  54. compatible equipment).
  55.  
  56. Why the  spiel on memory?  Well, Windows 3.0  needs lots of  it - both
  57. disk and RAM. Programs written for  Windows take a lot of memory also.
  58. There  are only  a few  international guidelines  on computer industry
  59. standards.  It  is  coming  and  Windows  3.0  takes  a  giant step in
  60. developing  a  basis  for  those  standards.  This  assumes  that Disk
  61. Operating Systems  like Microsoft's will not  totally change, but will
  62. evolve into  something that can  handle unlimited disk  and RAM memory
  63. (be prepared to obtain MSDOS 5.x). As a guide, use Windows 3.0 only on
  64. systems with a minimum memory of  60 MegaBytes on disk and 4 MegaBytes
  65. of  RAM. If  your computer  needs are  for occasional word processing,
  66. spreadsheeting,  maybe a  Christmas  mailing  list in  databasing, and
  67. having fun calling  a BBS, then maybe, just maybe,  Windows 3.0 is not
  68. for you,  except to satisfy your  own curiosity. I am  only discussing
  69. systems  that average  $10,000 or  less  here.  If you  want to  see a
  70. different world in computers, take a tour of the Federal research labs
  71. or a major corporation.
  72.  
  73. Windows starts  with an opening  title screen, not  for "ego", but  to
  74. show  that  Microsoft  owns   the  copyright.  Computer  software  was
  75. "patched"  into the  Federal laws  on copyrights.  All major  programs
  76. startup this way for their own protection, not yours. Windows also has
  77. extensive on-line help, as most of the better software programs do, to
  78. lead  you into  electronic form,   and away  from having  paper laying
  79. around. Once up  and running, there simply is little  reason to have a
  80. book on Windows except as a general reference when you change hardware
  81. or add new programs. By the way,  for about $325, you can purchase the
  82. Windows  Toolkit and  build your  own programs  for interfacing within
  83. Windows.
  84.  
  85. How much memory does Windows require?  On my system, it takes up about
  86. 10 MB on  disk. That includes most of the  utilities for Windows, such
  87. as a screen blanker (something that  Microsoft refuses to put in their
  88. programs for  some reason). It  includes a bunch  of pictures since  I
  89. like  different backgrounds  (some people  deplore this  idea), system
  90. screen font  drivers, help files,  and PIF's. My  physical hard drives
  91. are  set up  as several  logical drives.  C: drive  only contains  the
  92. operating system, associated drivers for printing, and a sprinkling of
  93. all  purpose utilities.  I control  that drive  totally with  all file
  94. attributes set  to Read Only.  My DOS Path  environment in minimal  to
  95. give me the  most memory. Only the C: Drive  and the Windows Directory
  96. are  in my  Path statement.  This  serves  as a  security feature  for
  97. programs that try  to change and add to  my C: drive files, and  it is
  98. more difficult for  a virus to change a Command.Com  file that is Read
  99. Only  (although  not  impossible  -  some  do).  Windows  Ramdrive and
  100. Smartdrive are on my C:Drive. When those programmers tell you to place
  101. their program in  the Path Environment by adding  to your Autoexec.Bat
  102. file, don't let them. Create a Batch file of three lines and put it in
  103. C: Drive: include on line 1  the drive where their program is located,
  104. on  line 2  include CD\  and the  directory name,  and in  line 3  the
  105. program name.  Several Bats on your  C: Drive (which is  in your Path)
  106. that use disk  memory are better than putting  program directory names
  107. in volatile memory (RAM) that  can be corrupted with interference from
  108. other programs. And  you can call your BAT  anything your like, making
  109. it easier to remember.
  110.  
  111. If at  all possible, I  suggest starting a  setup with Windows  from a
  112. fresh hard drive that is formatted with the latest MSDOS (4.01). I get
  113. a lot of argument on this, but it boils down to many who really do not
  114. want to take the time to  backup the entire harddisk before formatting
  115. it with MSDOS FDisk. MSDOS 4.01 takes a look at your existing hardware
  116. and  suggests  numbers  for  it's  SmartDrive  setup.  Any  setting of
  117. Smartdrive below 256K is worthless and below 512 is questionable as to
  118. it's usefulness. If you are really sold on Quarterdecks memory manger,
  119. QEMM  and others,  then it  will just  take longer  to properly  setup
  120. Windows.  It will  take even  longer if  you use  Disk Manager for the
  121. Seagate harddrives to format. This is not a sales pitch for Microsoft.
  122. Compatible is  all important in computer  hard and software, and  as I
  123. mentioned  before, the  computer  industry  is rampant  with literally
  124. worldwide factories creating all kinds  of equipment that seems to run
  125. on your computer (and confuse you).
  126.  
  127. As you are presented options during  the Windows setup, try to foresee
  128. the growth  of your computer  system as much  as possible by  creating
  129. drivers for more than the one peripheral that you now have attached to
  130. your system. While it is easy  to add drivers through Windows Setup, a
  131. year from now you will have forgotten the details of the Setup program
  132. and if you then make a mistake,  there is a possibility of other files
  133. being  revised at  the same  time. This  could cause  chaos. Your disk
  134. space  may  be  limited  as  to  the  number  of  drivers that you can
  135. initially add. That  is why I suggest purchasing  equipment capable of
  136. handling more than  your wildest dreams. You will not  regret it if it
  137. is high quality.
  138.  
  139. Windows  will ask  you if  you want  a permanent  SwapFile on the hard
  140. drive. Mine is set at 5 MegaBytes  (more than usual) because I need to
  141. manipulate satellite  images. Windows uses  this Swapfile to  put your
  142. program in, and then reads from  it, rather than hunting all over your
  143. fragmented disk  for pieces of  the program files.  Choose a permanent
  144. SwapFile around  2 MB to  start with, and  change it later  by running
  145. Windows in real  mode from Dos (WIN /r) after  you gain experience. If
  146. you started  with a freshly formatted  disk, there will be  ample room
  147. for Windows  to find the required  contiguous block of disk  space. If
  148. you did not, then you will  be limited to the largest contiguous space
  149. it can  find. Or use a  de-fragmenter to close up  files physically on
  150. the disk and make a larger contiguous space.
  151.  
  152. I have about  10 MegaBytes of  RAM because of  the graphic programs  I
  153. need to  use. Windows manages that  RAM memory, the base  640 KiloByte
  154. RAM memory  and the Hi RAM  memory from there to  1 MegaByte (256KB of
  155. extended memory). About 22% of the Windows User's Guide and almost all
  156. of the  readme files are  dedicated to optimizing  Windows. Therefore,
  157. this aspect of  setup is no small feat, will  take time, and will take
  158. tweaking as  you go along adding  and deleting programs. There  are no
  159. general  rules. You  must sit  down  and  read, pick  out those  setup
  160. options that  apply to your system,  and try them. I  was lucky with a
  161. system that uses  the 386 Enhanced mode exclusively.  I have no reason
  162. to  run  Windows   in  Standard  or  Real  modes.   If  setup  becomes
  163. overwhelming or too time-consuming, hire  someone, or better yet, call
  164. me (I am a freebee Mentor for Windows in the DVPC).
  165.  
  166. Windows will install what is called "Windows programs". These programs
  167. are specifically programmed to run only in Windows and will not run in
  168. system  (e.g DOS)  mode. They  carry common  features for transferring
  169. information to each  other, including the same menu  items in the same
  170. place. The  Accessories include Write (a  scaled down word processor),
  171. Paintbrush (for drawings),  Terminal (for quickie telecommunications),
  172. Calculator (optionally  scientific), Calendar (with  alarms), Cardfile
  173. (database),  Clock   (optionally  digital),  Notepad   (text  editor),
  174. Recorder (create  automatic functions and write  macros), and PIF (for
  175. non-Windows applications).  What more do  you need? Of  the many, many
  176. computer  applications,  the  average  user  has  a  need in 5 general
  177. categories:  word  processing,  spreadsheet,  database,  drafting, and
  178. telecommunications. From  there, everyone customizes  their system for
  179. their needs. Windows hits 4 of the 5 categories, although Terminal for
  180. telecommunications   and   drawing   fordrafting   are   weak   links.
  181. Telecommunications  should be  done with  a program  having many  more
  182. features and drafting should be done  with a Computer Aided Design and
  183. Drafting (CADD/CAD).
  184.  
  185. Windows per se is a group  of programs for managing the entire Windows
  186. platform. These  programs are also automatically  created during setup
  187. and include  Program Manager, File  Manager, Control Panel,  and Print
  188. Manager.  All programs  running under  Windows must  flow through  and
  189. yield some  control to, one or  more of these programs.  Some programs
  190. only need Program  Manager to get them started  through a PIF (Program
  191. Information File). Viewing Windows on  a monchrome monitor is possible
  192. but not advisable  except for desktop publishing as  a replacement for
  193. offset printing.
  194.  
  195. Customize. That's user  friendliness. You are in total  control of how
  196. the computer  handles your situation and  viewing preferences. Windows
  197. will do that  for you with minor limitations.  Keyboard vs mouse, icon
  198. vs typing,  tile vs cascade  vs icons, and  macros at the  push of one
  199. button. This is not a program that  you can run immediately out of the
  200. box. You  must think and  do some planning.  You must learn  the basic
  201. Window commands and menus (it's easy).
  202.  
  203. Because Windows  sets up a  virtual machine for  me when I  ask it to,
  204. each non-Windows program has it's own disk  and RAM to work with on my
  205. system. That  means no interference  and dedicated RAM  and disk space
  206. for each  program, just as  though I had  10 computers each  running a
  207. separate program. Each setup admittedly takes time to optimize Windows
  208. through revisions of the PIF.
  209.  
  210. My basic  computer tools under Windows  are Word For Windows  with 167
  211. fonts, Excel, SuperBase 4, The  DeskTop Set, Xtree Gold, Crosstalk For
  212. Windows, JetForm,  TimeSlips III, Quicken,  and Drafix. My  peripheral
  213. programs, also  all running under  Windows, include Harvard  Graphics,
  214. Harvard  Project Manager,  Graphics Transformer,  and Logitech ScanMan
  215. (through  a  Paint  program).  I  have  a  not-so-hot OCR program that
  216. converts scanned images  to electronic text. I have  something like 20
  217. floppies of  Windows utilities laying around  that include the latest.
  218. Some  of  my  programs  are  specialized,  such  as,  developing water
  219. pollution paths and drilling groundwater  wells. I have simply run out
  220. of time  to do any  more programming,  so  it is limited  to the Basic
  221. Language offshoots  included in many  programs like Word  For Windows,
  222. Excel,  and Crosstalk.  I often  need to  customize source  code which
  223. comes with programs  for my work. By the way,  I previously used other
  224. programs  before  I  settled  on  Windows  3.0  and those shown above,
  225. including:  Wordperfect, Lotus  1-2-3, Automenu,  DBase III, Desqview,
  226. Enable,  Fastback Plus,  Procomm, Telix,  Ventura Publisher,  AutoCad,
  227. Wordstar, and so many utilities they don't ring a bell anymore.
  228.  
  229. If you see the name of a  program for which you need help, please give
  230. me  a call  and I  will do  my best.  Above all,  don't catch yourself
  231. playing with Windows. It is not  a toy (I use Flight Simulator). There
  232. are no returns under copyright (you don't own it). And the computer is
  233. not biodegradable.  It just loses value  while the information becomes
  234. priceless.
  235.